const internal/reflectlite.Chan

8 uses

	internal/reflectlite (current package)
		type.go#L99: 	Chan
		type.go#L422: 	Chan:          "chan",
		type.go#L500: 	case Chan:
		type.go#L587: 	if t.Kind() != Chan {
		type.go#L599: 	case Chan:
		type.go#L876: 	case Chan:
		value.go#L291: 	case Chan, Func, Map, Pointer, UnsafePointer:
		value.go#L335: 	case Chan: